home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / watcom / llcomm13 / lcr.nfo < prev    next >
Encoding:
Text File  |  1994-08-26  |  737 b   |  21 lines

  1. LCR (R) Logical Comm Routines
  2. Copyright (C) 1994 James P. Ketrenos
  3.  
  4. All C/C++ code is written in/for Watcom C/C++ v9.5+ using PWB.
  5. All ASM code is written in/for MASM v6.1 using PWB.
  6. Included makefile is for Watcom.
  7.  
  8. LCR is just a quick slam together example of how to use the LL_COMM
  9. routines.
  10.  
  11. Basically, it just parses the command line to set up the ports, and just
  12. dumps whatever you type to the port, and whatever comes in to the screen.
  13. The only translations done are:
  14.  
  15.     TAB     (5)     advances 5 spaces
  16.     BKSP    (8)     backs up a space and deletes a character
  17.     CR/LF   (10/13) if just a LF is found, a CR is inserted
  18.  
  19. For a description of the routines that come with LL_COMM, see the file
  20. LL_COMM.NFO.
  21.